home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / HyperCard Stacks / File Index / background_2287.txt < prev    next >
Text File  |  1989-09-06  |  3KB  |  138 lines

  1. -- background: 2287 from stack: in
  2. -- bmap block id: 88577
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=261 top=65 right=82 bottom=309
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Index Number
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=98 top=91 right=242 bottom=481
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 14
  31. -- style flags: 0
  32. -- line height: 17
  33. -- part name: Description
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=280 top=247 right=274 bottom=305
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1013 / 1013
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Next
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go to next card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 6 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=253 top=247 right=274 bottom=279
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1014 / 1014
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Prev
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go to previous card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 7 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=448 top=247 right=272 bottom=478
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1012 / 1012
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Return
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect iris close
  89.   pop card
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 8 (button)
  95. -- low flags: 00
  96. -- high flags: 0000
  97. -- rect: left=87 top=245 right=279 bottom=126
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 1011 / 1011
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: 
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual effect iris close
  109.   go home
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 9 (button)
  115. -- low flags: 00
  116. -- high flags: A003
  117. -- rect: left=165 top=249 right=271 bottom=216
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: New
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   set lockScreen to true
  129.   go to last card
  130.   get field "Index Number"
  131.   doMenu "New Card"
  132.   set lockScreen to false
  133.   put it + 1 into field "Index Number"
  134.   choose browse tool
  135.   click at 100,100
  136. end mouseUp
  137.  
  138.